MobiSci Lab JSC Apps

iCable - Best Wifi ADB Debug 1.1
Are you tired of finding a usb cable? Have you ever had a fightwith other devs and/or testers for an usb cable? Do you have toplug too much devices in your computer? iCable is the perfectsolution! It supports both rooted and non-rooted devices. iCablehelps you debug and deploy your excellent applications via wifi.Just imagine how cool it is to get log data while QAs are testingor deploy a new solution while the phone is in your boss's hand.Especially, the setting is still affected after rebooting forrooted devices.
iTroll - Best fake GPS / Wifi 3.4.7
iTroll is an application helping fake any locations, places ontheearth. This is the only application which can simulate allGPS,Wifi and Fused providers. Are you a developer? This is therighttool for you to test your location related application.UsingiTroll to simulate any places and verify how your applicationwillresponse correspondingly. Now, it's programmable. In ordertotrigger fake location process from your application, pleasecheckbelow sample: Intent intent = newIntent();intent.setAction("com.msl.worldtroll.MANUAL");intent.putExtra("ENABLE_FAKE_LOCATION",true);//true: enable,false: disableintent.putExtra("LOCATION_MODE", 0); //0: Highaccuracy, 1: Baterrysaving; 2: Device onlyintent.putExtra("ENABLE_GPS_DATA", true);//true:enable, false:disable intent.putExtra("GPS_DATA_DELAY",0);//GPS location datawill be simulated after "GPS_DATA_DELAY"secondsintent.putExtra("GPS_LOCATION", "38.871063 -77.055612 510"); //GPSdata format: lat lon altitudeaccuracyintent.putExtra("ENABLE_NETWORK_DATA", true);//true:enable, false:disable intent.putExtra("NETWORK_DATA_DELAY",0);//Network locationdata will be simulated after "NETWORK_DATA_DELAY" secondsintent.putExtra("NETWORK_LOCATION", "38.871063-77.055612 5 10");//Network data format: lat lon altitudeaccuracyintent.putExtra("ENABLE_FUSED_DATA", true); //true:enable,false:disable intent.putExtra("FUSED_DATA_DELAY", 0);//FUSEDlocationdata will be simulated after "FUSED_DATA_DELAY"secondsintent.putExtra("FUSED_LOCATION", "-18.558935 46.689362 510");//Fused data format: lat lon altitudeaccuracysendBroadcast(intent); The full sample project ishere:https://github.com/MobiSciLab/iTroll-Demo Are you a troller?Justimagine how your crushes or mates will be surprised when theyseeyou check in Everest or some dangerous places. Are you a victimofspy applications? if there is someone who is using anapplicationto spy or track you, this is the right tool to counterattack! Itcan fool any spy applications.